Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchResults::AddDoc Method

Add a document to SearchResults.

public void AddDoc( ref String indexPath, long docId, ref array<int> hits );
Parameters
Description
indexPath
Path of the index that contains this document.
docId
Document id of the document in the index.
hits
Word offset of the hits in this document.